home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
WEBCHILL
/
WEB10.DCR
/
00100.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-19
|
222 b
|
16 lines
on mixdown
global dd
set dd to random(3)
if dd = 1 then
set dd to 103
end if
if dd = 2 then
set dd to 110
end if
if dd = 3 then
set dd to 111
end if
puppetSound(2, 0)
puppetSound(2, dd)
end